shout3d.core
Class PointSet

java.lang.Object
  |
  +--shout3d.core.Node
        |
        +--shout3d.core.Geometry
              |
              +--shout3d.core.PointSet

public class PointSet
extends Geometry
implements FieldObserver


Field Summary
 NodeField color
           
 NodeField coord
           
 FloatField pointSize
           
 
Constructor Summary
PointSet()
          Constructs a default PointSet
 
Method Summary
 void onFieldChange(Field theField, java.lang.Object userData)
          Subclasses must call this within their own onFieldChange() methods.
 
Methods inherited from class shout3d.core.Node
cleanUp, getDEFName, getField, getFieldByIndex, getFieldName, getNumFields, getTypeName, getViewer, isOfType, setDEFName, setViewer
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

color

public final NodeField color

coord

public final NodeField coord

pointSize

public final FloatField pointSize
Constructor Detail

PointSet

public PointSet()
Constructs a default PointSet
Method Detail

onFieldChange

public void onFieldChange(Field theField,
                          java.lang.Object userData)
Subclasses must call this within their own onFieldChange() methods.
Specified by:
onFieldChange in interface FieldObserver